production tests
This commit is contained in:
parent
fc567e76f4
commit
4dfc04826e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
.vagrant
|
||||
Vagrantfile
|
||||
docker-compose.override.yaml
|
||||
docker-compose.prod.yaml
|
||||
*.DS_Store
|
||||
maps/yarn.lock
|
||||
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
|
||||
RUN rm dist/iframe.html
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn install --ignore-engines
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV STARTUP_COMMAND_0="./templater.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user