Fixed API Dockerfile

This commit is contained in:
TheEssem 2021-02-25 14:11:03 -06:00
parent d25639c0ec
commit 928eb7fa16

View file

@ -54,6 +54,6 @@ COPY . .
RUN npm run build
USER esmBot
EXPOSE 8080
EXPOSE 8080 8081
ENTRYPOINT ["node", "api/index.js"]