remove dockerfile
This commit is contained in:
parent
d79d696ba4
commit
960ccfc994
11
Dockerfile
11
Dockerfile
|
@ -1,11 +0,0 @@
|
|||
FROM node:19
|
||||
|
||||
WORKDIR /opt/code
|
||||
|
||||
COPY . /opt/code
|
||||
|
||||
RUN cat .gitignore | xargs rm -rf && \
|
||||
npm i && \
|
||||
./install
|
||||
|
||||
CMD [ "bash", "-c", "if [[ $APP_DEBUG == 'true' ]]; then npm run dev; else npm run prod; fi" ]
|
Loading…
Reference in New Issue