Skip to content

Commit d64613e

Browse files
committed
proper VOLUMES
1 parent f59ea6b commit d64613e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ RUN npm run build
1111

1212
# Release stage
1313
FROM node:lts-alpine as release
14+
VOLUME /parse-server/cloud /parse-server/config
1415

1516
WORKDIR /parse-server
16-
VOLUME ['/parse-server/cloud', '/parse-server/config']
1717

1818
COPY package*.json ./
19-
RUN npm ci --production
19+
RUN npm ci --production
2020

2121
COPY bin bin
2222
COPY public_html public_html

0 commit comments

Comments
 (0)