Skip to content

Commit

Permalink
chore: Build checksに基づいてDockerfileを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Aug 2, 2024
1 parent 9775b8f commit 076a72e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile

COPY assets /assets

ENV NODE_ENV production
ENV CONFIG_PATH /data/config.json
ENV DATA_DIR /data
ENV LOG_DIR /data/logs
ENV ASSETS_DIR /assets
ENV NODE_ENV=production
ENV CONFIG_PATH=/data/config.json
ENV DATA_DIR=/data
ENV LOG_DIR=/data/logs
ENV ASSETS_DIR=/assets

VOLUME [ "/data" ]

Expand Down

0 comments on commit 076a72e

Please sign in to comment.