diff --git a/Dockerfile b/Dockerfile index 5f4ab45..c6e5870 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ USER appuser # Copy the executable from the "build" stage. COPY ./bin/app /bin -RUN chmod +x /bin/app +RUN chmod +x ./bin/app # Expose the port that the application listens on. EXPOSE 8080