memex-in commited on
Commit
98b06f9
·
verified ·
1 Parent(s): b130d3c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -3,7 +3,8 @@
3
  FROM node:18-alpine AS builder
4
  RUN ls
5
  # Set working directory
6
- WORKDIR /app
 
7
 
8
  RUN npm install
9
 
 
3
  FROM node:18-alpine AS builder
4
  RUN ls
5
  # Set working directory
6
+ WORKDIR /root
7
+ RUN ls
8
 
9
  RUN npm install
10