1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 10:22:56 +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"]