mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 13:20:11 +03:00
Dockerfile: revert --production
This commit is contained in:
parent
0bf439c018
commit
bf1b4df69f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM docker.io/library/node:18-alpine AS build_node_modules
|
||||||
# Copy Web UI
|
# Copy Web UI
|
||||||
COPY src/ /app/
|
COPY src/ /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN npm ci --production
|
RUN npm ci
|
||||||
|
|
||||||
# Copy build result to a new image.
|
# Copy build result to a new image.
|
||||||
# This saves a lot of disk space.
|
# This saves a lot of disk space.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue