Skip to content

Commit

Permalink
Merge pull request #57 from ArmanTaheriGhaleTaki/patch-1
Browse files Browse the repository at this point in the history
deleting extra lines in Dockerfiles
  • Loading branch information
mehdi-ra committed Aug 9, 2023
2 parents fcfce2c + 7810e32 commit e0a67ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion 07-Python/python-django/Django
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV DJANGO_SUPERUSER_PASSWORD Nocnoc123456


# Set working directory
RUN mkdir /app
WORKDIR /app
COPY . /app

Expand Down
1 change: 0 additions & 1 deletion 10-Angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ FROM --platform=$BUILDPLATFORM node:17.0.1-bullseye-slim as builder

# Create a new directory called "project" and set it as the working directory for subsequent commands

RUN mkdir /project
WORKDIR /project
# Install the Angular CLI version 13 globally using npm
RUN npm install -g @angular/cli@13
Expand Down
1 change: 0 additions & 1 deletion 10-Angular/angular/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ FROM --platform=$BUILDPLATFORM node:17.0.1-bullseye-slim as builder

# Create a new directory called "project" and set it as the working directory for subsequent commands

RUN mkdir /project
WORKDIR /project
# Install the Angular CLI version 13 globally using npm
RUN npm install -g @angular/cli@13
Expand Down

0 comments on commit e0a67ec

Please sign in to comment.