Add the go migration
This commit is contained in:
parent
4940ab30c5
commit
d43103570e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ WORKDIR /app
|
|||
|
||||
# Copy Go binary
|
||||
COPY --from=backend-builder /repo/back-end/server /app/server
|
||||
COPY --from=backend-builder /repo/back-end/pb_migrations /app/pb_migrations
|
||||
COPY --from=backend-builder /repo/back-end/migrations /app/migrations
|
||||
|
||||
# Copy frontend assets
|
||||
COPY --from=frontend-builder /repo/front-end/dist /app/pb_public
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue