Skip to content

Commit

Permalink
💚 Copy example config
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillaverde committed May 16, 2024
1 parent 199ef49 commit 20d11e7
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 @@ -8,6 +8,6 @@ WORKDIR /opt/radio_dixital
#RUN deno cache ./src/deps.ts
## Now we copy our App source code, having the dependencies previously cached if possible.
ADD . /opt/radio_dixital/
ADD ./src/config_example /opt/radio_dixital/config
ADD ./src/config_example /opt/radio_dixital/src/config
RUN deno cache ./src/main.ts
#ENTRYPOINT /opt/radio_dixital/entrypoint.sh

0 comments on commit 20d11e7

Please sign in to comment.