Skip to content

Commit

Permalink
Merge pull request #4401 from traPtitech/fix/docker_warn
Browse files Browse the repository at this point in the history
Dockerfile内のLint警告を解消した
  • Loading branch information
nokhnaton authored Oct 28, 2024
2 parents 14585de + e0d7574 commit a121b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:22.9.0-alpine as build
FROM --platform=$BUILDPLATFORM node:22.9.0-alpine AS build
WORKDIR /app

ENV CYPRESS_INSTALL_BINARY=0
Expand All @@ -19,8 +19,8 @@ RUN chmod 755 /startup.sh

COPY --from=build /app/dist /usr/share/caddy

ENV APP_NAME traQ
ENV THEME_COLOR #0D67EA
ENV APP_NAME=traQ
ENV THEME_COLOR=#0D67EA

# 設定上書き処理用に、.brを消して、元の設定を別のディレクトリに保存しておく
RUN cd /usr/share/caddy && \
Expand Down

0 comments on commit a121b28

Please sign in to comment.