Merge branch 'docker' into 'main'

Added change to dockerfile

See merge request ukacorp/mesari/backend!26
This commit was merged in pull request #26.
This commit is contained in:
2023-11-14 10:10:26 +00:00

View File

@@ -14,5 +14,10 @@ FROM --platform=linux/amd64 golang:1.21
WORKDIR /app
# Copy the binary from the builder stage
COPY --from=builder /src/pactual-backend .
# Copy the app/views/qor folder
COPY app/views/qor /app/views/qor
CMD ["/app/pactual-backend"]