diff --git a/Dockerfile b/Dockerfile index 96a8901..60ac771 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,5 @@ FROM alpine:latest WORKDIR /root COPY --from=build /app/pasty . COPY web ./web/ +EXPOSE 8080 CMD ["./pasty"] \ No newline at end of file