Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin authored Nov 22, 2023
1 parent ce86e65 commit 20ad7aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:lts-alpine3.16
RUN apk add --no-cache git tzdata ; mkdir -p /usr/node_app
FROM node:lts
# RUN apk add --no-cache git tzdata ; mkdir -p /usr/node_app
RUN mkdir -p /usr/node_app

COPY . /usr/app
WORKDIR /usr/app
Expand Down

0 comments on commit 20ad7aa

Please sign in to comment.