diff --git a/Dockerfile b/Dockerfile index 4f1a366..984ffe5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM scratch COPY odin / -# Exposes port 3000 because our program listens on that port -EXPOSE 3000 +# Exposes port 3001 because our program listens on that port +EXPOSE 3001 ENTRYPOINT ["/odin"] \ No newline at end of file