Skip to content

Commit fa33296

Browse files
authored
Update Dockerfile
1 parent a04af41 commit fa33296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ RUN apt update && apt install -y binutils wget git \
1717
ADD main.py .
1818
COPY --from=build /app/dist ./public
1919
EXPOSE 8123
20+
EXPOSE 8815
2021
CMD ["python3","./main.py"]

0 commit comments

Comments
 (0)