Revert "tweak location"

This reverts commit 6e6394fbea.
This commit is contained in:
Lewis Crichton
2023-04-07 18:46:16 +01:00
parent 6e6394fbea
commit 9094330e81
+2 -4
View File
@@ -12,7 +12,5 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates RUN apk --no-cache add ca-certificates
WORKDIR /root/ COPY --from=builder /app/backend /backend
CMD ["/backend"]
COPY --from=builder /app/backend ./
CMD ["./backend"]