Skip to content

Commit

Permalink
create default Config.elm in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 16, 2024
1 parent 3af47de commit 781e467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN chmod +x /docker-entrypoint.sh
COPY ./elm.json.base ./elm-tooling.json ./index.html ./package*.json ./vite.config.js $WORKDIR/

COPY ./config $WORKDIR/config
RUN cp $WORKDIR/config/Config.elm.tmp $WORKDIR/config/Config.elm
COPY ./src $WORKDIR/src
COPY ./openapi $WORKDIR/openapi
COPY ./public $WORKDIR/public
Expand Down

0 comments on commit 781e467

Please sign in to comment.