Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Updated the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterclaerhout committed May 28, 2020
1 parent 4deb7c4 commit dae68ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/creator/docker_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ FROM scratch
COPY --from=builder "/app/build/{{outputPath}}" /
# Needed for a webserver, alter the port to match the required value
EXPOSE 8080
ENTRYPOINT ["/{{outputPath}}"]`

type dockerFile struct {
Expand Down

0 comments on commit dae68ef

Please sign in to comment.