Skip to content
Snippets Groups Projects
Unverified Commit c574bd01 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-scheduler/Dockerfile: Use proper ENV instruction

parent 07385b3f
No related branches found
No related tags found
Loading
......@@ -16,10 +16,10 @@ COPY --chmod=0755 entrypoint.sh ${workdir}
USER ${user}
ENV SWH_CONFIG_FILENAME=${configdir}/config.yml
ENV PORT 5008
ENV PORT=5008
EXPOSE $PORT
ENV THREADS 2
ENV WORKERS 2
ENV TIMEOUT 3600
ENV THREADS=2
ENV WORKERS=2
ENV TIMEOUT=3600
ENTRYPOINT ["/opt/swh/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment