Skip to content

Commit

Permalink
optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr310 committed Apr 21, 2024
1 parent 7ae652a commit 4a81adc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ FROM node:18 as development
# Create app directory
WORKDIR /app

# Bundle app source
COPY . .
COPY package.json .

# Install app dependencies
RUN npm i --force

# Bundle app source
COPY . .



EXPOSE 3000


Expand Down

0 comments on commit 4a81adc

Please sign in to comment.