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

swh-graphql/Dockerfile: Use proper ENV instruction

parent a98c2fce
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 5013
ENV PORT=5013
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