Fixed API Dockerfile
This commit is contained in:
parent
d25639c0ec
commit
928eb7fa16
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
USER esmBot
|
USER esmBot
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080 8081
|
||||||
|
|
||||||
ENTRYPOINT ["node", "api/index.js"]
|
ENTRYPOINT ["node", "api/index.js"]
|
Loading…
Reference in a new issue