mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 04:05:38 +01:00
Dockerfile: add missing files
This commit is contained in:
parent
1482e6741b
commit
3d3e466aab
@ -16,7 +16,8 @@ WORKDIR /usr/src/app
|
|||||||
# Copy artifacts
|
# Copy artifacts
|
||||||
COPY --from=0 /usr/src/app/dist/ ./
|
COPY --from=0 /usr/src/app/dist/ ./
|
||||||
COPY --from=0 /usr/src/app/node_modules ./node_modules
|
COPY --from=0 /usr/src/app/node_modules ./node_modules
|
||||||
COPY env.json ./
|
COPY env.json src/responses.json ./
|
||||||
|
COPY src/responses ./responses/
|
||||||
|
|
||||||
RUN addgroup -S app -g 50000 && \
|
RUN addgroup -S app -g 50000 && \
|
||||||
adduser -S -g app -u 50000 app && \
|
adduser -S -g app -u 50000 app && \
|
||||||
|
Loading…
Reference in New Issue
Block a user