ok i think this good :3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM alpine
|
||||
WORKDIR /app
|
||||
COPY noteserver .
|
||||
RUN chmod +x /app/noteserver
|
||||
CMD ["/app/noteserver"]
|
||||
COPY . .
|
||||
RUN apk update && apk add go && go build .
|
||||
CMD ["./noteserver"]
|
||||
|
Reference in New Issue
Block a user