Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-deboer authored Apr 24, 2024
1 parent c8f4687 commit 8afbe09
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,5 @@ RUN pip install --no-cache-dir -r requirements.txt
# Make port 5000 available to the world outside this container
EXPOSE 5000

# Twistlock
ADD twistlock_defender_app_embedded.tar.gz /twistlock
ENV DEFENDER_TYPE="appEmbedded"
ENV DEFENDER_APP_ID="applicatie-2"
ENV FILESYSTEM_MONITORING="false"
ENV WS_ADDRESS="wss://app0.cloud.twistlock.com:443"
ENV DATA_FOLDER="/twistlock"

# Run app.py when the container launches
CMD ["python", "app.py"]
ENTRYPOINT ["python", "app.py"]

0 comments on commit 8afbe09

Please sign in to comment.