mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Fixed build command
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ RUN go mod download
|
|||||||
ADD cmd ./cmd/
|
ADD cmd ./cmd/
|
||||||
ADD internal ./internal/
|
ADD internal ./internal/
|
||||||
COPY .env ./
|
COPY .env ./
|
||||||
RUN go build -o ./GohCMS/ ./cmd ./internal
|
RUN go build -o ./GohCMS/ ./...
|
||||||
|
|
||||||
CMD ["./GohCMS/cmd"]
|
CMD ["./GohCMS/cmd"]
|
||||||
Reference in New Issue
Block a user