Update Dockerfile cmd

Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
Odyssey
2022-12-03 17:29:04 +01:00
parent f927aec773
commit a5bb816b10
+1 -1
View File
@@ -10,5 +10,5 @@ WORKDIR /app
COPY --from=build /app/gothub .
COPY --from=build /app/public .
COPY --from=build /app/views .
CMD ["./gothub"]
CMD ["./gothub serve"]
EXPOSE 3000