Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 12, 2023
1 parent 2cf7df6 commit 4699fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ FROM node:alpine

# WORKDIR /usr/src/node-app
WORKDIR /app

COPY package.json yarn.lock ./

# USER node

RUN yarn install --pure-lockfile
# RUN npm install

COPY . .

# COPY --chown=node:node . .

EXPOSE 3000

0 comments on commit 4699fe4

Please sign in to comment.