You've already forked gun-manager
This commit is contained in:
@@ -21,6 +21,8 @@ WORKDIR /app
|
||||
COPY --from=frontend /frontend/dist /app/dist
|
||||
COPY --from=backend /backend/app /app/app
|
||||
|
||||
ADD backend/migrations /app/migrations
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT ["/app/app"]
|
||||
Reference in New Issue
Block a user