Skip to content

Commit

Permalink
Polish Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 10, 2024
1 parent 0f5a305 commit b27ac1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ruby:3.3.3

WORKDIR /site/
WORKDIR /GTFOBins/

COPY ./Gemfile ./
COPY ./Gemfile.lock ./

RUN bundle install

COPY ./ ./site/
COPY ./ ./

0 comments on commit b27ac1d

Please sign in to comment.