Subham9126 commited on
Commit
2e546b0
·
verified ·
1 Parent(s): eb15991

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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