Skip to content
Snippets Groups Projects
Commit 689b1798 authored by Michael Bücker's avatar Michael Bücker
Browse files

Update Dockerfile

parent 6d88b042
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ RUN apt-get update -y
RUN apt-get install -y git libpq-dev gcc
# Environment variables
ARG DB_HOST=$DB_HOST
ENV DB_HOST=$DB_HOST
# Set working directory
WORKDIR /usr/src/app
......
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