mirror of
https://github.com/Luzifer/password.git
synced 2024-11-09 18:00:03 +00:00
Fix: Dockerfile had wrong argument usage
This commit is contained in:
parent
bbbfaec51e
commit
031f9bddb4
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ RUN go get github.com/Luzifer/password && \
|
|||
EXPOSE 3000
|
||||
|
||||
ENTRYPOINT ["/go/bin/password"]
|
||||
CMD ["serve", "--port", "3000"]
|
||||
CMD ["serve", "--port=3000"]
|
||||
|
|
Loading…
Reference in a new issue