Skip to content

Commit

Permalink
updating node and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Oct 8, 2024
1 parent 5839829 commit 8543a5b
Show file tree
Hide file tree
Showing 3 changed files with 3,286 additions and 2,232 deletions.
30 changes: 15 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM node:current-buster

LABEL maintainer Ilija Vukotic <[email protected]>

# Create app directory
WORKDIR /usr/src/app

COPY package*.json ./
# COPY start.sh ./
RUN npm install

COPY . .

EXPOSE 80

FROM node:22

LABEL maintainer Ilija Vukotic <[email protected]>

# Create app directory
WORKDIR /usr/src/app

COPY package*.json ./
# COPY start.sh ./
RUN npm install

COPY . .

EXPOSE 80

CMD [ "npm","start" ]
Loading

0 comments on commit 8543a5b

Please sign in to comment.