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

swh-indexer-storage/Dockerfile: Use proper ENV instruction

parent 9a5908d4
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ COPY --chmod=0755 entrypoint.sh ${workdir}
USER ${user}
ENV SWH_CONFIG_FILENAME=${configdir}/config.yml
ENV PORT 5007
ENV PORT=5007
EXPOSE $PORT
ENV THREADS 4
ENV WORKERS 2
ENV TIMEOUT 3600
ENV THREADS=4
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