Updated Dockerfile and docker-compose
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,7 +1,11 @@
|
||||
FROM node:18
|
||||
FROM node:latest
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["npm", "start"]
|
||||
|
||||
EXPOSE 3069
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user