Skip to content

Commit

Permalink
Fix default config in docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Piett committed Mar 2, 2023
1 parent a605bda commit 08f4d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: "New Build Tag"
description: "New Build Tag (eg. 0.0.1)"
required: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions goreleaser.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine

COPY goaws /
COPY app/conf/goaws.yaml /app/conf/goaws.yaml
EXPOSE 4100

ENTRYPOINT ["./goaws"]

0 comments on commit 08f4d12

Please sign in to comment.