Skip to content

Commit

Permalink
Remove code that was only for Dokku
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Jul 13, 2024
1 parent 9adcbb5 commit 9ff97e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 212 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV GOGC=off
# Add our code
ADD ./ $GOPATH/src/github.com/dewey/paste-my-taste
ADD /web/dist /web/dist
ADD /nginx.conf.sigil /nginx.conf.sigil

# build
WORKDIR $GOPATH/src/github.com/dewey/paste-my-taste
Expand All @@ -32,7 +31,6 @@ RUN apk --update upgrade && \

COPY --from=builder /paste-my-taste /usr/bin/paste-my-taste
COPY --from=builder /web/dist /web/dist
COPY --from=builder /nginx.conf.sigil /nginx.conf.sigil

# Run the image as a non-root user
RUN adduser -D pmt
Expand Down
210 changes: 0 additions & 210 deletions nginx.conf.sigil

This file was deleted.

0 comments on commit 9ff97e8

Please sign in to comment.