Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jifollan authored and GitHub Enterprise committed Mar 3, 2025
1 parent 8b46710 commit 1bfbd3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
FROM node:latest

# Install bash and dos2unix (for Windows compatibility)
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf
RUN apt-get update && apt-get install -y bash dos2unix
RUN apt-get update -y && apt-get install -y bash dos2unix

# Set the working directory inside the container
WORKDIR /src
Expand Down

0 comments on commit 1bfbd3f

Please sign in to comment.