Skip to content

Commit 81e2dba

Browse files
committed
chore: move migrations
1 parent c67fa32 commit 81e2dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ENV NODE_ENV=production
44
ENV PORT=3000
55
WORKDIR /usr/src/app
66
COPY dist/deploy/ .
7+
RUN mv dist/db/ .
78
RUN chown -R node:node .
89
USER node
910
EXPOSE 3000

0 commit comments

Comments
 (0)