1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-02 17:35:17 +02:00

remove Dockerfile comments

This commit is contained in:
François Darveau 2021-06-27 15:28:54 -04:00
parent d60dc5cc31
commit e8c1567bc5

View file

@ -14,15 +14,10 @@ RUN mkdir -p /app/client && cp -a /tmp_client/node_modules /app/client/
WORKDIR /app
#COPY package*.json ./
#RUN npm install --production
COPY . /app
RUN mkdir -p ./public ./data \
&& cd ./client \
#&& npm install --production \
&& npm run build \
&& cd .. \
&& mv ./client/build/* ./public \