Skip to content

Commit

Permalink
Merge pull request #50 from FelSec/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile to fix Issue #49
  • Loading branch information
BuffaloWill authored Jul 11, 2024
2 parents ebd406c + 0bfd014 commit 2773627
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ RUN apt-get update && \

WORKDIR /oxml_xxe

# install deps
COPY Gemfile ./
RUN bundle install

# Copy and install deps
COPY . .
RUN bundle install

EXPOSE 4567
CMD ["bundle", "exec", "ruby", "server.rb", "-o", "0.0.0.0", "-p", "4567"]

0 comments on commit 2773627

Please sign in to comment.