Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermazi committed Oct 3, 2024
1 parent c532faa commit cc0c041
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 @@ -5,11 +5,11 @@ FROM node:18.17.0-alpine AS base
WORKDIR /app

# Install dependencies
COPY package.json package-lock.json /app
COPY package.json package-lock.json /app/
RUN npm install

# Copy all files to the image
COPY . /app
COPY . /app/

# Expose port
EXPOSE 3000
Expand Down

0 comments on commit cc0c041

Please sign in to comment.