Skip to content

Commit

Permalink
fix: dockerfile for server missing env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzzer committed May 31, 2020
1 parent be2e165 commit e335309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /home/node/app

COPY --chown=node:node package.json package-lock.json /home/node/app/

RUN npm ci
RUN touch .env && npm ci

COPY --chown=node:node . /home/node/app/

Expand Down

0 comments on commit e335309

Please sign in to comment.