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:
parent
d60dc5cc31
commit
e8c1567bc5
1 changed files with 0 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue