Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Aug 22, 2023
1 parent de2349a commit 4775714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ RUN set -ex && \

# Copy init scripts and additional files
COPY --chown=ckan:ckan initScripts/ ${APP_DIR}/docker-afterinit.d
COPY --chown=ckan:ckan uwsgi.conf ${APP_DIR}/uswgi.conf
COPY --chown=ckan:ckan uwsgi.conf ${APP_DIR}/uwsgi.conf

RUN set -ex && \
ckan config-tool "${CKAN_INI}" "ckan.plugins = ${CKAN__PLUGINS}" && \
Expand Down

0 comments on commit 4775714

Please sign in to comment.