Skip to content

Commit

Permalink
Merge pull request #219 from jackstockley89/helm
Browse files Browse the repository at this point in the history
helm
  • Loading branch information
jackstockley89 authored Nov 22, 2022
2 parents 444f274 + 3d25388 commit d3271b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ WORKDIR /app
COPY go.mod /app
COPY go.sum /app
COPY main.go /app
COPY sql /app
COPY static /app
COPY templates /app
COPY .env_db /app
COPY .env_app /app
ADD sql /app/sql
ADD static /app/static
ADD templates /app/templates

RUN chown -R appuser:appgroup /app
RUN chown -R appuser:appgroup /go/bin
Expand Down

0 comments on commit d3271b0

Please sign in to comment.