Skip to content

Commit

Permalink
#162 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Aug 21, 2024
1 parent e0383cf commit 97648bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN make build
# Copy binaries to /output.

RUN mkdir -p /output \
&& cp -R ${GOPATH}/src/template-go/target/* /output/
&& cp -R ${GOPATH}/src/template-go/target/* /output/

# -----------------------------------------------------------------------------
# Stage: final
Expand Down
2 changes: 1 addition & 1 deletion package.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN make linux/amd64
# Copy binaries to /output.

RUN mkdir -p /output \
&& cp -R ${GOPATH}/src/${GO_PACKAGE_NAME}/target/* /output/
&& cp -R ${GOPATH}/src/${GO_PACKAGE_NAME}/target/* /output/

# -----------------------------------------------------------------------------
# Stage: fpm_builder
Expand Down

0 comments on commit 97648bb

Please sign in to comment.