Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -6,8 +6,6 @@ RUN mkdir ./frontend
|
|
6 |
COPY ./frontend/package.json ./frontend/package-lock.json ./frontend/
|
7 |
WORKDIR /app/frontend
|
8 |
RUN npm install -g [email protected]
|
9 |
-
# It's OK to have multiple consecutive `RUN` instructions.
|
10 |
-
# hadolint ignore=DL3059
|
11 |
RUN npm install
|
12 |
|
13 |
WORKDIR /app
|
|
|
6 |
COPY ./frontend/package.json ./frontend/package-lock.json ./frontend/
|
7 |
WORKDIR /app/frontend
|
8 |
RUN npm install -g [email protected]
|
|
|
|
|
9 |
RUN npm install
|
10 |
|
11 |
WORKDIR /app
|