Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,7 @@ WORKDIR /app
|
|
| 11 |
|
| 12 |
# Copy pre-built binary (built with: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o api ./cmd/api)
|
| 13 |
COPY api .
|
|
|
|
| 14 |
COPY config.json .
|
| 15 |
COPY holiday.json .
|
| 16 |
|
|
|
|
| 11 |
|
| 12 |
# Copy pre-built binary (built with: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o api ./cmd/api)
|
| 13 |
COPY api .
|
| 14 |
+
RUN chmod +x /app/api
|
| 15 |
COPY config.json .
|
| 16 |
COPY holiday.json .
|
| 17 |
|