Skip to content
Snippets Groups Projects
Commit 3cab576f authored by David Trattnig's avatar David Trattnig
Browse files

chore: cleanup

parent c304191b
No related branches found
No related tags found
No related merge requests found
......@@ -28,16 +28,12 @@ COPY VERSION /srv/VERSION
RUN set -e \
&& adduser --home /srv --no-create-home --system --uid ${UID} --group ${USER} \
&& chown -R ${UID}:${GID} /srv /var/audio
RUN
USER app
#RUN chown -R liquidsoap:liquidsoap /srv
WORKDIR /srv
# User Liquidsoap has UID 10000 and GID 10001
#USER liquidsoap
# Start the Engine
EXPOSE 1234/tcp
ENTRYPOINT ["make"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment