julien-c HF staff commited on
Commit
eac1f26
1 Parent(s): 7cab6f4

another try

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN npm i
11
 
12
  RUN npm run build
13
 
 
 
14
  ARG PORT=7860
15
 
16
  CMD ["node", "build"]
 
11
 
12
  RUN npm run build
13
 
14
+ COPY . .
15
+
16
  ARG PORT=7860
17
 
18
  CMD ["node", "build"]