Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed Nov 26, 2023
1 parent ad78ccc commit 281e71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --link . .
RUN yarn run build

# Remove development dependencies
RUN yarn install --production=true
RUN yarn install


# Final stage for app image
Expand All @@ -44,4 +44,4 @@ COPY --from=build /app/dist /usr/share/nginx/html

# Start the server by default, this can be overwritten at runtime
EXPOSE 80
CMD [ "/usr/sbin/nginx", "-g", "daemon off;" ]
CMD [ "npm", "run", "start" ]

0 comments on commit 281e71b

Please sign in to comment.