actually define production stage in maintenance file

This commit is contained in:
Ulf Gebhardt 2021-04-17 13:45:32 +02:00
parent 99364856bc
commit 6f1f5f360d
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -48,6 +48,7 @@ WORKDIR ${DOCKER_WORKDIR}
##################################################################################
# PRODUCTION ### TODO # TODO # TODO # TODO # TODO # TODO # TODO # TODO # TODO ####
##################################################################################
FROM base as production
CMD ["yarn", "run", "start"]