Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Feb 18, 2024
1 parent 9fcb56d commit 61d10b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ RUN apt-get update && apt-get --assume-yes upgrade \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /home/fwapg
COPY ["sql", "sql/"]
COPY ["db", "db/"]
COPY ["extras", "extras/"]
COPY [".env.docker", "Makefile", "./"]

0 comments on commit 61d10b6

Please sign in to comment.