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

swh-objstorage-winery/Dockerfile: Use proper ENV instruction

parent 80ca471c
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,12 @@ COPY --chmod=0755 entrypoint.sh ${workdir}
USER ${user}
ENV SWH_CONFIG_FILENAME=${configdir}/config.yml
ENV PORT 5003
ENV PORT=5003
EXPOSE $PORT
# Winery is not designed to be thread safe
# So the number of threads per workers must be 1
#ENV THREADS 1
ENV WORKERS 8
ENV TIMEOUT 3600
#ENV THREADS=1
ENV WORKERS=8
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