skip to Main Content

Cant cd to cloned repo via Dockerfile

I'm creating a Dockerfile, but seem to be having some issues navigating to the folder of a cloned repo My file contains the below FROM ubuntu:latest MAINTAINER cagnulein ARG DEBIAN_FRONTEND=noninteractive ENV TZ=Europe/Moscow ENV MAKEFLAGS -j8 WORKDIR /usr/local/src RUN apt-get update…

VIEW QUESTION
Back To Top
Search