Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
feat: deleting config (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Mar 17, 2021
1 parent cada2d1 commit 47e506e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN cd /tmp ;\

COPY entrypoint.sh /work/entrypoint.sh
COPY dist/*.whl /tmp
COPY config.yaml /work/config.yaml
RUN pip3.8 install $(ls /tmp/*.whl); rm -f /tmp/*.whl

EXPOSE 2162/udp
Expand Down
9 changes: 0 additions & 9 deletions config.yaml

This file was deleted.

0 comments on commit 47e506e

Please sign in to comment.