Skip to content

Commit 2b65820

Browse files
author
Uwe Grawert
committed
Move start script from temp to root directory
1 parent c0a8aaa commit 2b65820

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN groupadd firefox && \
1717
chown -R firefox:firefox /home/firefox && \
1818
dbus-uuidgen > /var/lib/dbus/machine-id
1919

20-
COPY start-firefox.sh /tmp/
20+
COPY start-firefox.sh /
2121
COPY --chown=firefox:firefox defaults.list /home/firefox/.local/share/applications
2222
COPY --chown=firefox:firefox java-webstart.desktop /home/firefox/.local/share/applications
2323
COPY mozilla.cfg /usr/lib64/firefox/defaults/preferences/all-redhat.js
2424

25-
CMD ["/tmp/start-firefox.sh"]
25+
CMD ["/start-firefox.sh"]

0 commit comments

Comments
 (0)