production tests
This commit is contained in:
parent
fc567e76f4
commit
4dfc04826e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
.vagrant
|
.vagrant
|
||||||
Vagrantfile
|
Vagrantfile
|
||||||
docker-compose.override.yaml
|
docker-compose.override.yaml
|
||||||
|
docker-compose.prod.yaml
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
maps/yarn.lock
|
maps/yarn.lock
|
||||||
maps/dist/computer.js
|
maps/dist/computer.js
|
||||||
|
@ -13,7 +13,7 @@ COPY --from=builder --chown=docker:docker /var/www/messages/generated /var/www/h
|
|||||||
# iframe.html is only in dev mode to circumvent a limitation
|
# iframe.html is only in dev mode to circumvent a limitation
|
||||||
RUN rm dist/iframe.html
|
RUN rm dist/iframe.html
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install --ignore-engines
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV STARTUP_COMMAND_0="./templater.sh"
|
ENV STARTUP_COMMAND_0="./templater.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user