Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
altcake committed Aug 15, 2024
1 parent 077ff64 commit 53c9fc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ LABEL maintainer="aramalayan@gmail.com"
RUN apk add --no-cache \
gcompat
WORKDIR /ordertron
COPY package* ./
COPY ./ ./
RUN npm ci --omit=dev && \
npm cache clean --force
COPY ./ ./
ENTRYPOINT ["node", "src/main.js"]

0 comments on commit 53c9fc5

Please sign in to comment.