We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333d1c4 commit 273feecCopy full SHA for 273feec
1 file changed
docker/app.Dockerfile
@@ -77,9 +77,6 @@ RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment && \
77
update-locale LC_ALL en_US.UTF-8
78
ENV LC_ALL en_US.UTF-8
79
80
-# Install bower
81
-RUN npm install -g bower
82
-
83
# Install idnits
84
ADD https://raw.githubusercontent.com/ietf-tools/idnits-mirror/main/idnits /usr/local/bin/
85
RUN chmod +rx /usr/local/bin/idnits
@@ -101,4 +98,4 @@ RUN sed -i 's/\r$//' /docker-init.sh && \
101
98
chmod +x /docker-init.sh
102
99
103
100
WORKDIR /root/src
104
-# ENTRYPOINT [ "/docker-init.sh" ]
+# ENTRYPOINT [ "/docker-init.sh" ]
0 commit comments