mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
build: remove unused code from Dockerfile
This commit is contained in:
@@ -18,14 +18,6 @@ COPY ../requirements.txt .
|
|||||||
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
#FROM node:alpine AS webpack_build
|
|
||||||
#
|
|
||||||
#WORKDIR /usr/src/frontend
|
|
||||||
#
|
|
||||||
#COPY ../frontend .
|
|
||||||
#COPY ../app/templates /usr/src/app/templates
|
|
||||||
#RUN npm install
|
|
||||||
#RUN npm run build
|
|
||||||
|
|
||||||
FROM docker.io/python AS python-run-stage
|
FROM docker.io/python AS python-run-stage
|
||||||
#COPY --from=webpack_build /usr/src/frontend/build /usr/src/frontend/build
|
#COPY --from=webpack_build /usr/src/frontend/build /usr/src/frontend/build
|
||||||
|
|||||||
Reference in New Issue
Block a user