mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Docker + CI should both work now
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
FROM alpine:latest
|
||||
WORKDIR /gothub
|
||||
COPY ./gothub .
|
||||
COPY ./public/ ./public/
|
||||
COPY ./views/ ./views/
|
||||
CMD ["/bin/sh", "-c", "./gothub"]
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user