This commit is contained in:
parent
77819e873d
commit
4d2f291e8f
@ -15,7 +15,7 @@ COPY backend ./backend
|
||||
RUN pnpm install --filter ...backend
|
||||
|
||||
# Build the backend
|
||||
RUN pnpm --filter backend build
|
||||
RUN pnpm --filter ...backend build
|
||||
|
||||
# Expose the port your application runs on
|
||||
EXPOSE 8080
|
||||
|
Reference in New Issue
Block a user