Dockerfile copies development.example -> production.json. Simplified commands

This commit is contained in:
2022-08-20 14:13:49 +02:00
parent cacff37df3
commit 104b5e09fd
3 changed files with 10 additions and 86 deletions

View File

@@ -12,7 +12,7 @@ COPY yarn.lock .
RUN apt update
RUN apt install node-pre-gyp -y
RUN yarn
RUN cp configurations/development.json.example configurations/development.json
RUN cp configurations/development.json.example configurations/production.json
EXPOSE 31459