diff --git a/IMAGES/ptero-wine/dockerfile b/IMAGES/ptero-wine/dockerfile index 3df1f49..4e89fff 100644 --- a/IMAGES/ptero-wine/dockerfile +++ b/IMAGES/ptero-wine/dockerfile @@ -9,7 +9,7 @@ LABEL maintainer="draakoor " ENV WINEDEBUG=fixme-all ENV WINEARCH=win64 -ENV WINEPREFIX=/home/container/wine/.wine +ENV WINEPREFIX=/home/container/.wine COPY installwine.sh /installwine.sh RUN chmod +x /installwine.sh