Update dev deployment strategy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user