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

swh-counters/Dockerfile: Use proper ENV instruction

parent 88981b40
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,10 @@ COPY --chmod=0755 entrypoint.sh ${workdir}
USER ${user}
ENV SWH_CONFIG_FILENAME=${configdir}/config.yml
ENV PORT 5011
ENV PORT=5011
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