f
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
This commit is contained in:
parent
dc0bad38f3
commit
9bd45b9064
1 changed files with 3 additions and 3 deletions
|
|
@ -26,8 +26,8 @@ RUN apt-get update \
|
|||
COPY --from=build /app/server /app/server
|
||||
|
||||
# Static/assets needed at runtime (adjust as required)
|
||||
COPY public /app/public
|
||||
COPY data /app/data
|
||||
# COPY public /app/public
|
||||
# COPY data /app/data
|
||||
|
||||
# Writable dirs for isar/backups by default
|
||||
RUN mkdir -p /app/isar /app/backups
|
||||
|
|
|
|||
Loading…
Reference in a new issue