Fixing front Dockerfile
This commit is contained in:
parent
30d2a25501
commit
5c0a4e7c5a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM thecodingmachine/nodejs:14-apache
|
|||
COPY --chown=docker:docker front .
|
||||
COPY --chown=docker:docker messages /var/www/messages
|
||||
RUN yarn install
|
||||
RUN cd /usr/src/messages && yarn install
|
||||
RUN cd /var/www/messages && yarn install
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV STARTUP_COMMAND_1="yarn run build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue