mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
Fixed dockerfiles for DEV environment
This commit is contained in:
@@ -11,7 +11,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
# COPY ./mealie /app
|
COPY ./mealie /app
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT [ "python" ]
|
ENTRYPOINT [ "python" ]
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ COPY package*.json ./
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# copy project files and folders to the current working directory (i.e. 'app' folder)
|
# copy project files and folders to the current working directory (i.e. 'app' folder)
|
||||||
# COPY . .
|
COPY . .
|
||||||
|
|
||||||
# build app for production with minification
|
# build app for production with minification
|
||||||
# RUN npm run build
|
# RUN npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user