1
0
Fork 0
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:
Knut Ahlers 2015-05-29 21:24:10 +02:00
parent bbbfaec51e
commit 031f9bddb4

View file

@ -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"]