new tma
This commit is contained in:
@@ -7,6 +7,6 @@ RUN go build -o main .
|
||||
FROM alpine:latest
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/main /app/main
|
||||
COPY --from=builder /app/templates /app/templates
|
||||
COPY --from=builder /app/dist /app/dist
|
||||
EXPOSE 8181
|
||||
CMD ["/app/main"]
|
||||
|
||||
Reference in New Issue
Block a user