Skip to content

Commit

Permalink
Merge pull request #4 from MukuFlash03/image-push
Browse files Browse the repository at this point in the history
Copy config-fake.py as config.py
  • Loading branch information
MukuFlash03 authored Mar 20, 2024
2 parents aad1fd6 + 7617a53 commit 3c6b613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ COPY ./pages ./
WORKDIR /usr/src/app/utils
COPY ./utils ./
WORKDIR /usr/src/app
COPY app.py config-fake.py app_sidebar_collapsible.py assets globals.py globalsUpdater.py Procfile ./
COPY config-fake.py ./config.py
COPY app.py app_sidebar_collapsible.py assets globals.py globalsUpdater.py Procfile ./

WORKDIR /usr/src/app/assets
COPY assets/style.css ./
Expand Down

0 comments on commit 3c6b613

Please sign in to comment.