mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:49 +02:00
update
This commit is contained in:
parent
7b57d07e34
commit
eeefab6355
@ -12,7 +12,8 @@ WORKDIR /ghost
|
||||
RUN sed -e 's@127.0.0.1@0.0.0.0@' config.example.js > config.js
|
||||
RUN npm install --production
|
||||
|
||||
ENV NODE_ENV production
|
||||
VOLUME /ghost
|
||||
EXPOSE 2368
|
||||
|
||||
CMD NODE_ENV=production npm start
|
||||
CMD npm start
|
||||
|
Loading…
x
Reference in New Issue
Block a user