Skip to content

Commit

Permalink
Try to use another node
Browse files Browse the repository at this point in the history
  • Loading branch information
giade committed Mar 14, 2024
1 parent c02f9b7 commit 451df87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Dockerfile

FROM registry.semaphoreci.com/node:18
FROM node:18.16.0-alpine3.17
RUN mkdir -p /opt/app
WORKDIR /opt/app
COPY src/package.json src/package-lock.json ./
COPY src/package.json src/package-lock.json .
RUN npm install
COPY src/ .
EXPOSE 3000
Expand Down

0 comments on commit 451df87

Please sign in to comment.