Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
akroon3r authored Jul 10, 2024
1 parent 68d59e3 commit df38697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM node:14
WORKDIR /usr/src/app

# Copy dependency definitions
COPY ./frontend .
COPY . .

# Install dependecies
#RUN npm set progress=false \
Expand All @@ -20,4 +20,4 @@ COPY . /usr/src/app
EXPOSE 3000

# Serve the app
CMD ["npm", "start"]
CMD ["npm", "run", "serve"]

0 comments on commit df38697

Please sign in to comment.