Updating docker file again

This commit is contained in:
2024-01-22 13:36:27 +01:00
parent ad84103f3b
commit f20dd4e43e
2 changed files with 0 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ FROM node:20.9.0-alpine3.18
COPY --from=cache /cache/node_modules /app/node_modules COPY --from=cache /cache/node_modules /app/node_modules
COPY . /app COPY . /app
VOLUME /pipe
WORKDIR /app WORKDIR /app
ENV NODE_PATH=dist/ ENV NODE_PATH=dist/
RUN yarn build RUN yarn build

View File

@@ -5,8 +5,6 @@ services:
build: https://gitlab.com/illegitimate/illegitimate-bot.git#main build: https://gitlab.com/illegitimate/illegitimate-bot.git#main
image: illegitimate:latest image: illegitimate:latest
restart: unless-stopped restart: unless-stopped
volumes:
- /home/illegitimate/pipe:/pipe
logging: logging:
driver: journald driver: journald
environment: environment: