Skip to content

Commit

Permalink
new image
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 9, 2024
1 parent c82da89 commit 57c847d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions IMOMaritimeSingleWindow/Client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ RUN npm install
# Expose the port
EXPOSE 4200

RUN apt-get update && apt-get install -y postgresql-client iputils-ping

RUN apt-get update && apt-get install -y \
postgresql-client \
iputils-ping \
curl \
iproute2 \
net-tools \
nano

# Copy the bash script for setting the BACKEND_URL
COPY setenv_proxy.sh /workspaces/frontend/setenv_proxy.sh
Expand Down

0 comments on commit 57c847d

Please sign in to comment.