mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update Dockerfile-ubuntu to use the correct package directory
This commit is contained in:
parent
becbe36dc4
commit
28070c9cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ RUN apt update && \
|
|||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends nginx=${NGINX_VERSION}-1~jammy
|
||||
|
||||
COPY ./package-ubuntu-jammy/*.deb /opt
|
||||
COPY ./package-ubuntu/*.deb /opt
|
||||
|
||||
VOLUME ["/sys/fs/cgroup"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue