Skip to content

Commit

Permalink
fix run error8
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jan 23, 2024
1 parent 337e5dd commit 13e71ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.e2e.tests
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .
# Build the app (if necessary)
# RUN npm run build
# For Yarn, use:
RUN yarn build
# RUN yarn build

# Your app binds to port 3000 so you'll use the EXPOSE instruction to have it mapped by the docker daemon
EXPOSE 3000
Expand Down

0 comments on commit 13e71ee

Please sign in to comment.