soiz1 commited on
Commit
5666365
·
verified ·
1 Parent(s): 4940ca8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
12
 
13
  # Set the working directory
14
  WORKDIR /app
15
- RUN RUN mkdir -p translations/ && chmod -R 777 translations/
16
  RUN chown -R $(whoami):$(whoami) translations/
17
 
18
  # Clone the repository into a specific folder
 
12
 
13
  # Set the working directory
14
  WORKDIR /app
15
+ RUN mkdir -p translations/ && chmod -R 777 translations/
16
  RUN chown -R $(whoami):$(whoami) translations/
17
 
18
  # Clone the repository into a specific folder