Skip to content

Commit 1880dd8

Browse files
committed
chore: remove moving db to root
1 parent c05a309 commit 1880dd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/backend/Dockerfile

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

0 commit comments

Comments
 (0)