Unverified Commit 29e48b1c authored by Jannik S's avatar Jannik S Committed by GitHub
Browse files

Exposed port 8080

parent 62ab1633
......@@ -88,4 +88,6 @@ COPY --from=build /app/package.json /app/package.json
# copy backend files
COPY ./backend .
EXPOSE 8080
CMD [ "bash", "start.sh"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment