Exposed port 8080

This commit is contained in:
Jannik S 2024-03-16 20:11:09 +01:00 committed by GitHub
parent 62ab163316
commit 29e48b1c1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -88,4 +88,6 @@ COPY --from=build /app/package.json /app/package.json
# copy backend files # copy backend files
COPY ./backend . COPY ./backend .
EXPOSE 8080
CMD [ "bash", "start.sh"] CMD [ "bash", "start.sh"]