[chore] embed filesystem
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-28 22:01:49 -05:00
parent 756db7a493
commit a34906c266
7 changed files with 43 additions and 37 deletions

View File

@@ -13,9 +13,7 @@ COPY . .
RUN mkdir -p /opt/antholume
# Compile
RUN go build -o /opt/antholume/server; \
cp -a ./templates /opt/antholume/templates; \
cp -a ./assets /opt/antholume/assets;
RUN go build -o /opt/antholume/server
# Create Image
FROM busybox:1.36