Creating db in executable.

This commit is contained in:
2023-12-20 17:55:29 -08:00
parent a4c41785ce
commit c764b63d10
2 changed files with 5 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ RUN cp src/server/farm dist/; \
FROM farm as run
WORKDIR /farm/dist
RUN touch /farmdb/db
ENTRYPOINT ["./farm"]
CMD ["-:a50"]
# CMD ./farm