Skip to content

Commit

Permalink
add .env file to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Jul 19, 2024
1 parent f0f1a6e commit c6d6ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV TZ=Europe/Berlin
RUN mkdir /app && chown -R node:node /app
WORKDIR /app

RUN touch .env
COPY package.json package-lock.json ./
RUN npm ci && npm cache clean --force
COPY src /app/src
Expand Down

0 comments on commit c6d6ff5

Please sign in to comment.