i'm a moron
This commit is contained in:
parent
a62286c3d5
commit
739d654eed
3 changed files with 10 additions and 10 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,5 +1,5 @@
|
|||
|
||||
FROM node:alpine
|
||||
FROM node:22
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /usr/src/app
|
||||
|
@ -8,12 +8,12 @@ WORKDIR /usr/src/app
|
|||
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
||||
|
||||
#RUN npm install -g nodaemon
|
||||
COPY package*.json /usr/src/app/
|
||||
RUN npm install
|
||||
#COPY package*.json .
|
||||
#RUN npm install
|
||||
|
||||
#UN npm install -g nodaemon
|
||||
COPY . /usr/src/app/
|
||||
#RUN npm install
|
||||
COPY . .
|
||||
RUN npm install
|
||||
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue