We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a8aaa commit 2b65820Copy full SHA for 2b65820
1 file changed
Dockerfile
@@ -17,9 +17,9 @@ RUN groupadd firefox && \
17
chown -R firefox:firefox /home/firefox && \
18
dbus-uuidgen > /var/lib/dbus/machine-id
19
20
-COPY start-firefox.sh /tmp/
+COPY start-firefox.sh /
21
COPY --chown=firefox:firefox defaults.list /home/firefox/.local/share/applications
22
COPY --chown=firefox:firefox java-webstart.desktop /home/firefox/.local/share/applications
23
COPY mozilla.cfg /usr/lib64/firefox/defaults/preferences/all-redhat.js
24
25
-CMD ["/tmp/start-firefox.sh"]
+CMD ["/start-firefox.sh"]
0 commit comments