mirror of
https://github.com/citra-emu/discord-bot.git
synced 2025-01-03 17:15:46 +00: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 a new issue