Parcourir la source

Exposed port 8080

Jannik S il y a 1 an
Parent
commit
29e48b1c1f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

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