mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
fix: update dockerfile to the new architecture
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -10,9 +10,9 @@ RUN npm install -g nodemon
|
||||
COPY package*.json .
|
||||
|
||||
RUN npm install
|
||||
RUN npm install forever
|
||||
COPY public .
|
||||
COPY index.js .
|
||||
COPY utils .
|
||||
|
||||
CMD [ "node", "index.js" ]
|
||||
COPY src .
|
||||
COPY index.ts .
|
||||
COPY public .
|
||||
|
||||
CMD [ "nodemon", "--transpile-only", "index.ts" ]
|
||||
Reference in New Issue
Block a user