Fixed Dockerfile
All checks were successful
/ build-site (push) Successful in 1m59s
/ checking (push) Successful in 13s
/ publish (push) Successful in 33s
/ unlighthouse (push) Successful in 40s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 6s
All checks were successful
/ build-site (push) Successful in 1m59s
/ checking (push) Successful in 13s
/ publish (push) Successful in 33s
/ unlighthouse (push) Successful in 40s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 6s
This commit is contained in:
parent
aec4660bec
commit
dc59b930ee
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime
|
|||
|
||||
COPY --from=build /app/dist /public
|
||||
COPY --from=build /app/serve.json /public/serve.json
|
||||
RUN rm -r /public/assets/data/
|
||||
RUN rm -r /public/data/
|
||||
|
||||
ENV PORT 8081
|
||||
EXPOSE 8081
|
||||
|
|
Loading…
Reference in a new issue