Removed step to copy over commit.properties to containers

This commit is contained in:
Akshay Jagadish
2020-10-08 03:32:08 -04:00
parent 130d64b0ea
commit f3bc79cbae
3 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ RUN mkdir -p /opt/tip-wlan/certs
COPY maven/app.jar /app
COPY app/opensync/logback.xml /app/opensync/logback.xml
COPY app/run.sh /app
COPY app/commit.properties /app
RUN chmod +x /app/run.sh