expose api ports

This commit is contained in:
2022-11-24 22:59:23 +01:00
parent f7727c3542
commit df8d186139
2 changed files with 3 additions and 0 deletions

View File

@ -10,4 +10,5 @@ ENV NODE_ENV=production
COPY --from=builder node_modules ./node_modules
COPY build/ .
VOLUME [ "/usr/src/app/data" ]
EXPOSE 80
CMD ["node", "--enable-source-maps", "index.js"]