Skip to content
Snippets Groups Projects

Dockerfile: Align the workdir path with gitlab

Merged Vivek Dutta requested to merge workdir into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -271,7 +271,7 @@ RUN \
cp dmtree/tr157/*.h /usr/include/libbbfdm/ && \
cp libbbf_api/*.h /usr/include/libbbf_api/
WORKDIR /opt/work
WORKDIR /builds/iopsys/
# Prepare supervisor
RUN mkdir -p /var/log/supervisor
Loading