Update dev deployment strategy.

This commit is contained in:
Ben Binder
2025-03-08 09:42:49 -06:00
parent abb00b7688
commit 404b1adc33
5 changed files with 49 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ WORKDIR /root
COPY --from=builder /root/harbormaster .
#COPY database/gold.db /root/database/gold.db
#COPY migrations /root/migrations
COPY ../scripts/ /root/scripts/
COPY ../scripts/ ./scripts/
RUN chmod +x /root/scripts/startup.sh
# Expose the port the app runs on