Skip to content

Commit

Permalink
Update Dockerfile (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeorger authored Aug 20, 2024
1 parent e10d43f commit d17ab26
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 @@ -33,7 +33,7 @@ RUN yarn config set network-timeout 60000 && \
npm config set fetch-timeout 60000 && \
npm config set omit dev

RUN export ENV NODE_ENV=production && \
RUN export NODE_ENV=production && \
npx ghost-cli install $GHOST_VERSION --dir $GHOST_INSTALL --db mysql --dbhost mysql --no-prompt --no-stack --no-setup --color --process local


Expand Down

0 comments on commit d17ab26

Please sign in to comment.