Skip to content

Commit

Permalink
modified: IMOMaritimeSingleWindow/Server/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 11, 2024
1 parent 3fe77a3 commit 9f10a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMOMaritimeSingleWindow/Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY setenv_connection.sh /workspaces/backend/setenv_connection.sh
RUN chmod +x /workspaces/backend/setenv_connection.sh

CMD ["sh", "-c", "\
./setenv_connection &&\
./setenv_connection.sh &&\
chmod +x ./populate_db.sh &&\
./populate_db.sh && \
cp appsettings.default.json appsettings.json &&\
Expand Down

0 comments on commit 9f10a43

Please sign in to comment.