Something went wrong on our end
Select Git revision
NativeAudioMacPlugin.java
-
Tobias Ullerich authoredTobias Ullerich authored
Dockerfile 263 B
FROM tomcat:9-jre8
RUN rm -rf /usr/local/tomcat/webapps/*
COPY build/2.4.4/BudgetMaster-v2.4.4.war $CATALINA_HOME/webapps/ROOT.war
COPY src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
EXPOSE 8080