mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-03 04:16:01 +02:00
fix: update dockerfile to the new architecture
This commit is contained in:
+5
-5
@@ -10,9 +10,9 @@ RUN npm install -g nodemon
|
|||||||
COPY package*.json .
|
COPY package*.json .
|
||||||
|
|
||||||
RUN npm install
|
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