Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Dec 8, 2024
1 parent eff4b7c commit 5e5b5fb
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 @@ -9,7 +9,6 @@ COPY package.json package-lock.json* ./

# Install dependencies
RUN npm install --legacy-peer-deps
RUN npm ci
# Copy the rest of the application files
COPY . .

Expand All @@ -30,4 +29,4 @@ EXPOSE 3100

# Start the application on port 3100
ENV PORT=3100
CMD ["node", "server.js"]
CMD ["node", "server.js"]

0 comments on commit 5e5b5fb

Please sign in to comment.