ronvolutional commited on
Commit
0507064
·
1 Parent(s): 70cf894

chore: Tidy :)

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -9
Dockerfile CHANGED
@@ -9,12 +9,3 @@ RUN npm run build
9
 
10
  EXPOSE 3000
11
  CMD ["node", "build"]
12
-
13
- # RUN npm install
14
- # RUN npm run build
15
-
16
- # WORKDIR /app
17
- # RUN rm -rf ./*
18
- # COPY --from=build /app/package.json .
19
- # COPY --from=build /app/build .
20
- # RUN npm run
 
9
 
10
  EXPOSE 3000
11
  CMD ["node", "build"]