Fixed build command

This commit is contained in:
Florian Sylvain
2022-12-27 21:07:21 +01:00
parent f4908900b4
commit c950e2cde1
+1 -1
View File
@@ -9,6 +9,6 @@ RUN go mod download
ADD cmd ./cmd/
ADD internal ./internal/
COPY .env ./
RUN go build -o ./GohCMS/ ./cmd ./internal
RUN go build -o ./GohCMS/ ./...
CMD ["./GohCMS/cmd"]