Skip to content

Commit

Permalink
fix(docker): new fs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-delaloy committed Sep 6, 2021
1 parent 364e034 commit b18781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/sample-api/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN go mod download -x
# ----- COPY + RUN -----

# Copy the source from the current directory to the container
COPY api/ .
COPY . .

# Build app into specific folder
RUN go build -o ./tmp/main ./
Expand Down

0 comments on commit b18781e

Please sign in to comment.