mirror of
https://github.com/JustKato/drive-health.git
synced 2026-03-04 08:29:45 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44d4237bec |
@@ -3,5 +3,6 @@
|
||||
!main.go
|
||||
!/lib
|
||||
!/templates
|
||||
!/static
|
||||
!/go.mod
|
||||
!/go.sum
|
||||
@@ -1,5 +1,5 @@
|
||||
# Build Stage
|
||||
FROM debian:bullseye
|
||||
FROM debian:bullseye-slim
|
||||
ENV IS_DOCKER TRUE
|
||||
|
||||
LABEL org.opencontainers.image.source https://github.com/JustKato/drive-health
|
||||
@@ -24,7 +24,6 @@ ENV PATH /usr/local/go/bin:$PATH
|
||||
ENV GOPATH=/go
|
||||
ENV PATH=$GOPATH/bin:$PATH
|
||||
ENV GO111MODULE=on
|
||||
ENV DIST_DIR=/app
|
||||
|
||||
# Create the directory and set it as the working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user