Skip to content

Commit

Permalink
Copy the setenv
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 11, 2024
1 parent d57f06d commit 972e6a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IMOMaritimeSingleWindow/Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update && apt-get install -y postgresql-client iputils-ping
# Expose the port
EXPOSE 5000

COPY setenv_connection.sh /workspaces/backend/setenv_connection.sh

# Make the script executable
RUN chmod +x /workspaces/backend/setenv_connection.sh

Expand Down

0 comments on commit 972e6a4

Please sign in to comment.