mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-08-25 21:04:07 +02:00
Merge pull request #584
fix(docker:dev): handle CRLF endings on vite entrypoint
This commit is contained in:
@@ -4,7 +4,8 @@ WORKDIR /usr/src/frontend
|
||||
|
||||
COPY ./frontend/package.json ./frontend/package-lock.json ./
|
||||
COPY ./docker/dev/vite/entrypoint.sh /usr/local/bin/vite-entrypoint
|
||||
RUN chmod +x /usr/local/bin/vite-entrypoint
|
||||
RUN sed -i 's/\r$//g' /usr/local/bin/vite-entrypoint && \
|
||||
chmod +x /usr/local/bin/vite-entrypoint
|
||||
|
||||
ENV PATH ./node_modules/.bin/:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user