mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
Fixed dockerfiles for DEV environment
This commit is contained in:
parent
90a06b6a33
commit
cc1fdb6419
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ COPY package*.json ./
|
|||
RUN npm install
|
||||
|
||||
# copy project files and folders to the current working directory (i.e. 'app' folder)
|
||||
# COPY . .
|
||||
COPY . .
|
||||
|
||||
# build app for production with minification
|
||||
# RUN npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue