production tests

This commit is contained in:
_Bastler 2021-08-19 10:09:42 +02:00
parent fc567e76f4
commit 4dfc04826e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
.vagrant
Vagrantfile
docker-compose.override.yaml
docker-compose.prod.yaml
*.DS_Store
maps/yarn.lock
maps/dist/computer.js

View File

@ -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
RUN rm dist/iframe.html
RUN yarn install
RUN yarn install --ignore-engines
ENV NODE_ENV=production
ENV STARTUP_COMMAND_0="./templater.sh"