Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere committed Feb 14, 2024
1 parent 0105bf7 commit 57f0270
Show file tree
Hide file tree
Showing 2 changed files with 1,533 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ USER node
RUN mkdir -p /home/node/app/node_modules
WORKDIR /home/node/app
COPY . .
RUN npm install --save=false \
&& npx webpack
RUN npm install --save=false && npx webpack

CMD npm start
Loading

0 comments on commit 57f0270

Please sign in to comment.