diff --git a/Dockerfile b/Dockerfile index 91e5a38..5673e5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ USER appuser RUN apt update && apt install -y openssl libpq-dev pkg-config # Copy the executable from the "build" stage. -COPY --from=build /bin/server /bin/ +COPY --from=builder /bin/server /bin/ # Expose the port that the application listens on. EXPOSE 5001