Skip to content

Commit

Permalink
fix(docker): remove .env from COPY (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalluv authored Jan 6, 2024
1 parent 295a792 commit de6911a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/isd-sgcu/astro-dyn-config:v0.0.2

WORKDIR /app

COPY public package*.json .env astro.config.mjs tailwind.config.mjs tsconfig.json ./
COPY public package*.json astro.config.mjs tailwind.config.mjs tsconfig.json ./

RUN npm i

Expand Down

0 comments on commit de6911a

Please sign in to comment.