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

swh-search/Dockerfile: Use proper ENV instruction

parent c574bd01
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 5010
ENV PORT=5010
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