Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
herlon214 committed Dec 4, 2021
1 parent 6893b9a commit 299d04d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3.14

ENTRYPOINT [ "/sqpr" ]
COPY sqpr /
EXPOSE 8080

ENTRYPOINT [ "/sqpr" ]
CMD [ "server", "run", "--port", "8080" ]

0 comments on commit 299d04d

Please sign in to comment.