Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
Emile committed Nov 9, 2023
1 parent beb61c4 commit 1b10b90
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 @@ -6,7 +6,7 @@ COPY package.json .

RUN npm install --omit=dev

COPY install ./install/
COPY build ./build/
COPY ./install ./install/
COPY ./build ./build/

CMD ["node", "build/index.js"]

0 comments on commit 1b10b90

Please sign in to comment.