Skip to content

Commit

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

Please sign in to comment.