Updated dockerfile with new config dir in root

This commit is contained in:
2022-08-19 01:10:16 +02:00
parent 5a1e18b839
commit 007d34f994

View File

@@ -10,7 +10,7 @@ COPY package.json .
RUN apt update
RUN apt install node-pre-gyp -y
RUN yarn
RUN cp seasoned_api/conf/development.json.example seasoned_api/conf/development.json
RUN cp configurations/development.json.example configurations/development.json
EXPOSE 31459