diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ENV HOST=${HOST} WORKDIR /app COPY package*.json ./ -RUN npm ci --only=production +RUN npm ci COPY src/ ./src/ COPY esbuild.config.js ./ |
![]() |
index : adelie.git | |
| minimal and theoretically easy-to-use ui css and html stuff to include elsewhere |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 2 |
@@ -5,7 +5,7 @@ ENV HOST=${HOST} WORKDIR /app COPY package*.json ./ -RUN npm ci --only=production +RUN npm ci COPY src/ ./src/ COPY esbuild.config.js ./ |