Comment on Docker compose questions
webuge@lemmy.dbzer0.com 1 year ago
In my opinion you would want to create a Dockerfile to generate a Docker Image with your script and the ENVs in it. Remember though this script will run inside the docker container and the host will not see any modification. Could you explain in more details what this script would do?
TvanBuuren@feddit.nl 1 year ago
right now its a javascript countdown till christmas.
Id like to pass the target year through a variable though.
DontAskAboutUpdog@lemmy.world 1 year ago
Not trying to be an AH but that is not suitable for an ENV. Instead pass the year through the URL
TvanBuuren@feddit.nl 1 year ago
I know it SHOULD be done that way, but i want the URL to be clean.