pngwn HF staff commited on
Commit
02167dd
1 Parent(s): 1e69069

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -4
Dockerfile CHANGED
@@ -2,13 +2,12 @@
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM node:19
5
-
6
  WORKDIR /app
7
-
8
  COPY . .
9
-
10
  RUN npm i
11
  RUN npm run build
12
  ENV PORT=7860
13
-
14
  CMD ["node", "build"]
 
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM node:19
5
+ CMD ["ls", "-a"]
6
  WORKDIR /app
 
7
  COPY . .
8
+ CMD ["ls", "-a"]
9
  RUN npm i
10
  RUN npm run build
11
  ENV PORT=7860
12
+ CMD ["ls", "-a"]
13
  CMD ["node", "build"]